This patch turn on new init handler.
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
[Updated for new mca.c location]
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
obj-y += efi.o
obj-y += entry.o
obj-y += irq_ia64.o
+obj-y += mca.o
+obj-y += mca_asm.o
obj-y += mm_contig.o
obj-y += pal.o
obj-y += process-linux-xen.o
/* FIXME: where these declarations should be there ? */
extern void show_registers(struct pt_regs *regs);
-void ia64_mca_init(void) { printf("ia64_mca_init() skipped (Machine check abort handling)\n"); }
-void ia64_mca_cpu_init(void *x) { }
void hpsim_setup(char **x)
{
#ifdef CONFIG_SMP